@charset "UTF-8";
/* ---------------------------------------
  TITLE : HANSHIN Tigers
  URI : hanshintigers.jp
  (C) HANSHIN Tigers.
--------------------------------------- */

/* SP
--------------------------------------- */
@media only screen and (max-width: 767px) {

  /*-----------------------------
		LAYOUT
	------------------------------*/
  html {
      width: 100%;
      min-height: 100%;
  }
  body {
      width: 100%;
      min-width: 100%;
  }
  .hide_SP{
    display:none;
  }
  header{
      padding:15px 0 10px;
  }
  header h1 img{
    height:20px;
    width:auto;
  }
  #main_wrap .main_img{
    background:url(../img/mv_main_sp.jpg) no-repeat center center;
    background-size:cover;
    height:0;
    padding-top:50%;
  }
  /*nav#pNav {
    background: #0063c6;
    background: -moz-linear-gradient(top,  #0063c6 0%, #0063c6 49%, #004a94 50%, #004a94 100%);
    background: -webkit-linear-gradient(top,  #0063c6 0%,#0063c6 49%,#004a94 50%,#004a94 100%);
    background: linear-gradient(to bottom,  #0063c6 0%,#0063c6 49%,#004a94 50%,#004a94 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0063c6', endColorstr='#004a94',GradientType=0 );
    border-top:1px solid #002270;
  }*/
  nav#pNav ul {
      /*padding: 10px 0;*/
      overflow: hidden;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
  }
  nav#pNav li {
      border-right: 1px solid #a0a0a0;
      text-align: center;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      width: 100%;
  }
  nav#pNav.bid li {
      border-right: 1px solid #a0a0a0;
      text-align: center;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
  }
  nav#pNav li:last-child {
      border-right: none;
  }
  nav#pNav li img {
      height: 19px;
      width: auto;
  }
  nav#pNav li a,
  nav#pNav li span{
      display: block;
      padding:25px 0;
  }
  footer {
      background: #ddeffb;
  }
  p.copy {
      color: #0070c0;
      text-align: center;
      height: 80px;
      line-height: 80px;
  }
  section.unit {
      padding-bottom: 30px;
  }
  .inner {
      width: auto;
      margin: 0 10px;
      overflow: hidden;
  }
  section.bg-gray {
      background: #ddeffb;
  }
  #introduction h2 {
    width: 100%;
    height: 0;
    padding-top:32.812%;
    margin:10px auto 0;
    background: url(/home/family_with_tigers_day/img/ttl_sp.gif) no-repeat center center;
    background-size: contain;
    text-indent: -9999px;
  }
  #introduction .column_oth p.period{
    text-indent:-9999em;
    padding-top:17.812%;
    width:100%;
    height:0;
    margin:20px auto 0;
    background:url(../img/p_period_sp.gif) no-repeat center center;
    background-size:contain;
  }
  #introduction .column_oth p.txt {
    margin-top:10px;
    line-height: 1.6;
    font-size: 13px;
  }
  div.stl {
    border-bottom-width:3px;
    margin-bottom: 15px;
  }
  div.stl h3 {
      padding:15px 0;
  }
  div.stl h3 .tit img{
    height:25px;
    width:auto;
  }
  ul.indent li {
      margin-left: 1em;
      text-indent: -1em;
  }
  .i_note li{
    font-size:11px;
  }

/*-----------------------------
  TOP
------------------------------*/
  section.bg-gray .inner {
      padding: 15px;
      background: #FFF;
  }
  #overview h5 {
      font-weight: bold;
      font-size: 16px;
  }
  #overview p {
      font-size: 13px;
  }
  #overview p+h5 {
      padding-top: 20px;
  }
  #itemlist p {
      font-size: 14px;
  }
  #itemlist ul.indent li {
      font-size: 13px;
  }
  #itemlist .list_wrap {
      padding-top: 20px;
  }
  #itemlist .list_wrap h4 {
      background: #76817f;
      color: #FFF;
      line-height: 1;
      padding: 8px 0;
      font-size: 15px;
      text-align: center;
      margin: 25px 0 13px;
  }
  #itemlist .list_wrap h4+p {
      text-align: center;
      line-height:1.2;
  }
  #itemlist .list_wrap.base .list_r+.list_r{
    padding-top:15px;
  }
  #itemlist .list_wrap.base .list_r p{
    text-align:left;
    line-height:1.2;
    padding-top:8px;
  }
  #itemlist .list_wrap.base .list_r p+p{
    font-size:12px;
    padding-top:8px;
  } 
  #itemlist .list_wrap.player ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  }
  #itemlist .list_wrap.player li {
      width: 50%;
      letter-spacing: normal;
      font-size: 14px;
      text-align: left;
      padding: 12px 5px;
      line-height: 1.2;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
  }
  #itemlist .list_wrap.player div {
      padding: 15px 0 20px 0;
  }
  #caution {
      padding-bottom: 0;
  }
  #caution ul.indent li {
      padding-bottom: 5px;
  }
  #itemlist #pro_selection{
    padding:15px 10px 0;
    max-width:420px;
    margin:auto;
  }
  #itemlist #pro_selection dl + dl{
    margin-top:15px;
  }
  #itemlist #pro_selection dt{
    font-size: 14px;
    padding: 8px 3px;
  }
  #itemlist #pro_selection dd a{
    padding:10px;
  }
  #itemlist #pro_selection dd p{
    font-size:13px;
    margin-top:10px;
  }


/*-----------------------------
  GUIDE / MEMBER
------------------------------*/
  #guide,
  #member-rule {
      padding-bottom: 0;
  }
  #guide .inner h5,
  #member-rule .inner h5 {
      font-weight: normal;
      background: #76817f;
      color: #FFF;
      font-size: 14px;
      padding: 5px 10px;
  }
  #guide .inner p,
  #member-rule .inner p {
      padding: 10px 0 20px 0;
      font-size: 13px;
  }
  #member-rule ol {
      padding: 10px 0 20px 0;
  }
  #member-rule ol li {
      font-size: 13px;
      list-style-type: decimal;
      margin-left: 2em;
      padding-bottom: 5px;
  }
  #member-rule .inner p+ol {
      padding-top: 0;
  }
  .btn_area {
      padding: 10px 10px 20px 10px;
      text-align: center;
      margin: 10px 0 20px 0;
      background: #f1f1f1;
  }
  .btn_area p {
      text-align: center;
      font-size: 16px !important;
  }
  .btn_area .btn a {
      display: block;
      width: auto;
      height: 50px;
      line-height: 50px;
      color: #000;
      background: #d5d9d8;
      font-size: 16px;
      text-align: center;
      text-decoration: none;
      border: 1px solid #76817f;
  }
  .btn_area ul {
      text-align: center;
  }
  .btn_area li {
      display: inline-block;
      margin: 0 5px;
      width: 44%;
  }
  .btn_area div.btn {
      text-align: center;
      margin: 10px auto 0 auto;
  }


/*-----------------------------
  FORM
------------------------------*/
  .item_cat{
    margin:0 auto 15px;
    max-width:420px;
  }
  .item_cat dt{
    text-align:center;
    font-size:14px;
    padding:8px 3px;
    border-bottom:solid 2px #f6cf00;
  }
  .registNav {
      text-align: center;
      overflow: hidden;
      margin-bottom: 20px;
  }
  .registNav li {
      float: left;
      width: 50%;
      text-align: center;
      font-size: 12px;
      background: #d5d9d8;
      color: #777;
      height: 40px;
      line-height: 40px;
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      margin-bottom: 2px;
      padding-left: 10px;
  }
  .registNav li.current {
      background: #0070c0;
      color: #FFF;
  }
  .registNav li.current::after {
      content: "";
      width: 0;
      height: 0;
      border-left: 20px solid #0070c0;
      border-top: 20px solid transparent;
      border-bottom: 20px solid transparent;
      position: absolute;
      right: -20px;
      z-index: 1;
  }
  .registNav li.current::before {
      content: "";
      width: 0;
      height: 0;
      border-left: 20px solid #d5d9d8;
      border-top: 20px solid transparent;
      border-bottom: 20px solid transparent;
      position: absolute;
      left: 0;
      z-index: 1;
  }
  #regist {
      padding-bottom: 0;
  }
  #regist p {
      font-size: 13px;
  }
  #regist p+ul.indent {
      padding-top: 5px;
      font-size: 13px;
  }
  table.form {
      margin: 20px 0;
      width: 100%;
  }
  table.form th,
  table.form td {
      display: block;
      font-weight: normal;
      padding: 10px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
  }
  table.form tr {
      display: block;
  }
  table.form th {
      background: #eee;
      font-size: 14px;
  }
  table.form td {
      padding-bottom: 20px;
  }
  table.form input[type="text"],
  table.form input[type="password"],
  table.form select {
      padding: 5px;
      font-size: 16px;
      border: 1px solid #bbb;
      -webkit-border-radius: 0;
      -webkit-appearance: none;
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  table.form input.w1 {
      width: 60px;
  }
  table.form input.w2 {
      width: 80px;
  }
  table.form input.w3 {
      width: 96%;
  }
  table.form th .must {
      color: #C46B68;
      font-size: 10px;
  }
  table.form td.result {
      color: #4D5460;
      font-size: 15px;
  }
  table.form li.btn {
      width: 44%;
      display: inline-block;
  }
  /*input[type="radio"] {
      vertical-align: middle;
      font-family: "ＭＳ Ｐゴシック", "ＭＳ Ｐゴシック", arial, helvetica, clean, sans-serif;
      position: relative;
      border: none;
      top: -2px;
      top: 0\9;
      margin-right: 2px;
      margin-right: 0\9;
      height: 16px;
      line-height: 16px;
      border: 1px solid #bbb;
  }*/
  .btn input[type="button"] {
      background: #d5d9d8;
      font-size: 16px;
      text-align: center;
      text-decoration: none;
      border: 1px solid #76817f;
      height: 50px;
      vertical-align: middle;
      margin-top: 10px;
      width: 100%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-border-radius: 0;
      -webkit-appearance: none;
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
      cursor:pointer;
  }
  .error {
      padding: 10px;
      border: double 4px #C46B68;
      margin-top: 20px;
  }
  .error p {
      color: #C46B68;
      font-size: 13px !important;
      padding-bottom: 10px;
  }
  .error ul li {
      list-style-type: disc;
      margin-left: 1.5em;
      color: #C46B68;
      font-size: 12px;
  }
  .message {
      border: #4D5460 4px double;
      padding: 15px;
      background: #E0E0E8;
      color: #4D5460;
  }
  .message p.normal {
      font-size: 13px !important;
      text-align: left;
      word-break: break-all;
  }
  .message p.normal span {
      font-size: 16px !important;
      text-align: center;
      display: block;
      padding-bottom: 10px;
  }
  .message+.btn_area {
      margin-top: 20px;
  }
  /*-----------------------------
      radio_btn
	------------------------------*/
	label {
    -webkit-tap-highlight-color: transparent;
  }
	label.radio_text, label.check_text {
    font-size: 14px;
    min-height: 16px;
	}
	#itemlist .list_wrap h4+p label.radio_text{
		font-size:15px;
	}
	label.radio_text input[type="radio"] + span {
		padding-left: 20px;
	}
	label.radio_text input[type="radio"] + span::before {
    height: 15px;
    width: 15px;
		top:0;
	}
	label.radio_text input[type="radio"]:checked + span::before {
    border-width: 5px;
	}
	
}